SaveLayout(Form,String,String[]) Method
In This Topic
Saves layout of all C1DockingTab controls on the form to the specified file.
Syntax
'Declaration
Public Overloads Shared Sub SaveLayout( _
ByVal As Form, _
ByVal As String, _
ByVal ParamArray () As String _
)
public static void SaveLayout(
Form ,
string ,
params string[]
)
Parameters
- form
- filename
- pageProperties
- Additional property names of the C1DockingTabPage that you would like to store.
See Also